@charset "utf-8";
.main-color {
  color: #009244;
}
body {
  padding-top: 105px;
}
.header-shadow {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  height: 105px;
  width: 100%;
  background: #fff;
  z-index: 1000;
  transition: all 0.4s;
}
.header .logo {
  float: left;
  margin-top: 15px;
}
.header .header-top {
  float: right;
  margin-top: 19px;
}
.header .header-top .search {
  float: left;
  position: relative;
}
.header .header-top .search input {
  font-size: 12px;
  border: 1px solid #D6D6D6;
  border-radius: 3px;
  height: 26px;
  line-height: 24px;
  width: 200px;
  padding-left: 10px;
  padding-right: 30px;
}
.header .header-top .search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 0.6;
}
.header .header-top .search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 0.6;
}
.header .header-top .search input:-ms-input-placeholder {
  color: #999;
  opacity: 0.6;
}
.header .header-top .search input::-webkit-input-placeholder {
  color: #999;
  opacity: 0.6;
}
.header .header-top .search .sea-btn {
  display: block;
  width: 30px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../../images/img/icon01.png") no-repeat center;
}
.header .header-top .tel {
  margin-left: 20px;
  float: left;
  height: 26px;
  font-size: 24px;
  line-height: 26px;
  padding-left: 30px;
  background: url("../../images/img/icon02.png") no-repeat left center; color:#0095d3;
}
.header .header-top .language {
  margin-left: 20px;
  float: left;
  width: 68px;
  height: 26px;
  background: #009244;
  color: #fff;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
}
.header .nav {
  position: relative;
  height: 60px;
  float: right;
  right: -46px;
}
.header .nav>li {
  height: 100%;
  padding-top: 20px;
  float: left;
  padding-left: 33px;
  padding-right: 33px;
  position: relative;
}
.header .nav>li > a {
  display: block;
  text-align: center;
  font-size: 15px;
  position: relative;
  line-height: 1;
}
.header .nav>li > a:after {
  content: '';
  display: block;
  height: 2px;
  background: #0095d3;
  width: 0;
  margin-top: 15px;
  transition: all 0.2s;
}
.header .nav>li .navv {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 100;
  top: 100%;
  background: url("../../images/img/mask01.png");
}
.header .nav>li .navv a {
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.header .nav>li .navv a:hover {
  background-color: #0095d3;
}
.header .nav>li.active > a:after,
.header .nav>li:hover > a:after {
  width: 100%;
}
.home-banner .box {
  display: block;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-banner .slick-dots {
  z-index: 100;
  bottom: 40px;
  line-height: 0;
}
.home-banner .slick-dots li {
  margin: 0 10px;
  width: 40px;
  height: 4px;
  padding: 0;
}
.home-banner .slick-dots li button {
  width: 40px;
  height: 4px;
  display: block;
  border-radius: 2px;
  background: none;
  background: #fff;
  opacity: 0.4;
  padding: 0 0;
}
.home-banner .slick-dots li.slick-active button {
  opacity: 1;
}
.inside-banner {
  height: 300px;
  overflow: hidden;
  width: 100%;
}
.inside-banner img {
  display: block;
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.footer {
  padding: 40px 0;
  background: #393D43;
  text-align: center;
  color: #999;
}
.footer .footer-nav a {
  font-size: 14px;
  color: #999;
  line-height: 14px;
  padding: 0 30px;
}
.footer .footer-nav a:hover {
  color: #fff;
}
.footer .footer-nav a + a {
  border-left: 1px solid #999;
}
.footer .copy-right {
  line-height: 22px;
  margin-top: 20px;
  font-size: 14px;
}
.footer .copy-right select {
  font-size: 12px;
  background: none;
  color: #999;
  height: 22px;
  border: 1px solid #999;
  line-height: 20px;
  vertical-align: middle;
  margin-left: 25px;
  padding-left: 5px;
  padding-right: 5px;
}
.home-box {
  padding-top: 33px;
  padding-bottom: 53px;
}
.home-box .home-title {
  text-align: center;
  padding-bottom: 35px;
}
.home-box .home-title .cn {
  line-height: 1;
  font-size: 34px;
}
.home-box .home-title .en {
  color: #b4b4b4;
  text-transform: uppercase;
  margin-top: 10px;
}
.home-box .home-title .line {
  text-align: center;
  line-height: 0;
  margin-top: 10px;
}
.home-box .home-title .line span {
  margin: 0 7px;
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #0095d3;
}
.home-box .home-title .line:before,
.home-box .home-title .line:after {
  content: '';
  display: inline-block;
  width: 227px;
  border-bottom: 1px solid #E9E9E9;
  position: relative;
  top: -4px;
}
.home-box .home-title .summary {
  font-size: 13px;
  color: #777;
  line-height: 25px;
  margin-top: 30px;
}
.home-service {
  background: #F6F6F6;
}
.home-service .link {
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.home-service .mask {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url("../../images/img/mask-bg01.png") repeat;
  color: #fff;
  padding-top: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.4s;
}
.home-service .mask .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}
.home-service .mask .icon1 {
  background: url("../../images/img/icon13.png") no-repeat center;
}
.home-service .mask .icon2 {
  background: url("../../images/img/icon14.png") no-repeat center;
}
.home-service .mask .icon3 {
  background: url("../../images/img/icon15.png") no-repeat center;
}
.home-service .mask .txt {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-top: 15px;
  text-align: center;
}
.home-service .f-l {
  width: 593px;
  height: 378px;
  position: relative;
  overflow: hidden;
}
.home-service .f-l .mask {
  padding-top: 100px;
}
.home-service .f-l .mask02 {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: -135px;
  transition: all 0.4s;
  width: 100%;
  height: 135px;
  background: url("../../images/img/mask-bg01.png") repeat;
  color: #fff;
  padding: 25px 30px;
}
.home-service .f-l .mask02 .title {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-service .f-l .mask02 .content {
  margin-top: 10px;
  font-size: 13px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.home-service .f-l:hover .mask {
  opacity: 0;
  filter: alpha(opacity=100);
}
.home-service .f-l:hover .mask02 {
  bottom: 0;
}
.home-service .f-r .box {
  width: 593px;
  height: 182px;
  position: relative;
  overflow: hidden;
}
.home-service .f-r .box .mask02 {
  position: absolute;
  z-index: 10;
  right: -270px;
  top: 0;
  height: 100%;
  width: 270px;
  background: url("../../images/img/mask-bg01.png") repeat;
  transition: all 0.4s;
  padding: 25px 30px;
  color: #fff;
}
.home-service .f-r .box .mask02 .title {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-service .f-r .box .mask02 .content {
  font-size: 13px;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  margin-top: 10px;
}
.home-service .f-r .box:hover .mask {
  opacity: 0;
  filter: alpha(opacity=100);
}
.home-service .f-r .box:hover .mask02 {
  right: 0;
}
.home-service .f-r .box + .box {
  margin-top: 14px;
}
.home-area ul {
  padding: 0 80px;
}
.home-area ul li {
  float: left;
  width: 80px;
  height: 140px;
  position: relative;
  padding-top: 30px;
}
.home-area ul li:before {
  z-index: -1;
  content: '';
  border: 1px solid #E9E9E9;
  position: absolute;
  width: 160px;
  height: 140px;
  background: #FAFAFA;
  left: -40px;
  top: 0;
  transform: skew(-30deg);
}
.home-area ul li .icon {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: all 0.6s;
}
.home-area ul li .txt {
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}
.home-area ul li a:hover .icon {
  transform: rotate(360deg);
}
.home-area ul li + li {
  margin-left: 80px;
}
.home-area ul li + li:before {
  border-left: none;
}
.home-about {
  overflow: hidden;
  background: url("../../images/img/bg02.jpg") no-repeat center top;
}
.home-about .home-title .cn {
  color: #fff;
}
.home-about .home-title .en {
  color: #fff;
  opacity: 0.5;
}
.home-about .home-title .line span {
  background: #fff;
}
.home-about .home-title .line:before,
.home-about .home-title .line:after {
  border-bottom: 1px solid #fff;
  opacity: 0.25;
}
.home-about .box {
  height: 340px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.home-about .box .txt {
  float: left;
  width: 600px;
  height: 340px;
  padding: 50px;
}
.home-about .box .txt .title {
  font-size: 24px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-about .box .txt .en {
  font-size: 14px;
  color: #999;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px;
  text-transform: uppercase;
}
.home-about .box .txt .content {
  color: #777;
  font-size: 13px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin-top: 32px;
}
.home-about .box .txt .more {
  text-align: center;
  display: block;
  width: 100px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #0095d3;
  background: #0095d3;
  color: #fff;
  font-weight: bold;
  margin-top: 32px;
  transition: all 0.4s;
  position: relative;
}
.home-about .box .txt .more:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 30px;
  background: url("../../images/img/right02.png") no-repeat 0 0;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
  top: -1px;
  transition: all 0.4s;
}
.home-about .box .txt .more:hover {
  background: #fff;
  color: #0095d3;
}
.home-about .box .txt .more:hover:after {
  background-position: 0 -31px;
}
.home-about .box .video {
  width: 600px;
  height: 340px;
  float: right;
}
.home-news {
  padding-top: 0;
}
.home-news ul li {
  float: left;
  width: 280px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
}
.home-news ul li .pic {
  width: 100%;
  height: 150px;
  position: relative;
}
.home-news ul li .title {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-news ul li .date {
  color: #999;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  margin-top: 10px;
}
.home-news ul li:after {
  content: '';
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  border-bottom: 1px solid #0095d3;
  transition: all 0.4s;
}
.home-news ul li:hover:after {
  width: 100%;
}
.home-news ul li + li {
  margin-left: 26px;
}
.home-case {
  height: 600px;
  background: url("../../images/img/bg01.jpg") no-repeat center;
}
.home-case .case-slick {
  margin: 0 -11px;
  position: relative;
}
.home-case .case-slick:before {
  content: '';
  display: block;
  width: 11px;
  background: #F6F6F6;
  z-index: 10;
  position: absolute;
  height: 324px;
  left: 0;
  top: 0;
}
.home-case .case-slick:after {
  content: '';
  display: block;
  width: 11px;
  background: #F6F6F6;
  z-index: 10;
  position: absolute;
  height: 324px;
  right: 0;
  top: 0;
}
.home-case .case-slick .box {
  width: 385px;
  height: 324px;
  border: 1px solid #EEEEEE;
  background: #fff;
  padding: 19px;
  margin: 0 auto;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
.home-case .case-slick .box .pic {
  width: 345px;
  height: 181px;
  position: relative;
}
.home-case .case-slick .box .title {
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
}
.home-case .case-slick .box .content {
  font-size: 13px;
  color: #777;
  margin-top: 10px;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
}
.home-case .case-slick .box:hover {
  border-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.home-case .case-slick .box:hover .title {
  color: #0095d3;
}
.home-case .case-slick .slick-prev,
.home-case .case-slick .slick-next {
  z-index: 20;
  top: 136px;
  margin-top: 0;
  bottom: 20px;
  width: 50px;
  height: 50px;
}
.home-case .case-slick .slick-prev {
  left: -39px;
  background: #C5C5C5 url("../../images/img/left01.png") no-repeat center;
}
@media (max-width: 1600px) {
  .home-case .case-slick .slick-prev {
    left: 11px;
  }
}
.home-case .case-slick .slick-prev:hover {
  background-color: #009244;
}
.home-case .case-slick .slick-next {
  right: -40px;
  background: #C5C5C5 url("../../images/img/right01.png") no-repeat center;
}
@media (max-width: 1600px) {
  .home-case .case-slick .slick-next {
    right: 11px;
  }
}
.home-case .case-slick .slick-next:hover {
  background-color: #009244;
}
.home-case .more {
  margin: 40px auto 0;
  text-align: center;
  display: block;
  width: 210px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #0095d3;
  color: #0095d3;
  transition: all 0.4s;
  position: relative;
}
.home-case .more:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 30px;
  background: url("../../images/img/right03.png") no-repeat 0 0;
  margin-left: 8px;
  position: relative;
  vertical-align: middle;
  top: -1px;
  transition: all 0.4s;
}
.home-case .more:hover {
  background: #0095d3;
  color: #fff;
}
.home-case .more:hover:after {
  background-position: 0 -31px;
}
.inside-nav {
  line-height: 50px;
  font-size: 12px;
  color: #666;
  background: #F8F8F8;
  border-bottom: 1px solid #DCDCDC;
}
.inside-nav .list {
  float: left;
}
.inside-nav .list a {
  margin-right: 28px;
  font-size: 13px;
  padding: 5px 8px;
}
.inside-nav .list a:hover,
.inside-nav .list a.active {
  background: #0095d3;
  color: #fff;
}
.inside-nav .bread {
  float: right;
}
.inside-nav .bread a {
  display: inline-block;
  color: #666;
}
.inside-nav .bread a:hover {
  color: #0095d3;
}
.inside-nav .bread .position {
  position: relative;
}
.inside-nav .bread .position:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url("../../images/img/icon12.png") no-repeat left center;
  margin-right: 10px;
}
.inside-nav .bread .arrow {
  font-family: "宋体";
}
.inside-nav .bread .active {
  color: #0095d3;
}
.inside-page {
  padding-top: 60px;
  padding-bottom: 100px;
  overflow: hidden;
}
.inside-page .inside-title {
  padding: 15px 0;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.inside-page .inside-title:after {
  content: '';
  display: block;
  width: 70px;
  border-bottom: 2px solid #0095d3;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
}
.inside-page .inside-summary {
  font-size: 13px;
  line-height: 24px;
  width: 950px;
  color: #777;
  text-align: center;
  margin: 15px auto 0;
}
.service-list {
  margin-top: 50px;
  margin-left: -9px;
  margin-right: -9px;
}
.service-list li {
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  float: left;
  width: 280px;
  height: 242px;
  position: relative;
  text-align: center;
  color: #fff;
}
.service-list li .more {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
.service-list li .more span {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: url("../../images/img/mask-bg40.png") repeat;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.service-list li .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.service-list li .mask .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
  transition: all 0.4s;
}
.service-list li .mask .bg1 {
  background: #009244;
}
.service-list li .mask .bg2 {
  background: #FF6666;
}
.service-list li .mask .bg3 {
  background: #CC3666;
}
.service-list li .mask .bg4 {
  background: #4096D9;
}
.service-list li .mask .txt {
  position: relative;
  z-index: 1;
  padding: 30px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-list li .mask .txt .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
}
.service-list li .mask .txt .icon01 {
  background-image: url("../../images/img/icon22.png");
}
.service-list li .mask .txt .icon02 {
  background-image: url("../../images/img/icon14.png");
}
.service-list li .mask .txt .icon03 {
  background-image: url("../../images/img/icon15.png");
}
.service-list li .mask .txt .icon04 {
  background-image: url("../../images/img/icon13.png");
}
.service-list li .mask .txt .title {
  font-size: 16px;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  font-weight: bold;
  margin-top: 10px;
  position: relative;
  top: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-list li .mask .txt .line {
  width: 30px;
  opacity: 0.5;
  border-bottom: 1px solid #fff;
  margin: 15px auto;
  position: relative;
  top: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-list li .mask .txt .content {
  line-height: 24px;
  height: 120px;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-list li:hover .mask .bg {
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.service-list li:hover .mask .txt {
  padding-top: 90px;
}
.service-list li:hover .mask .txt .title {
  top: 21px;
}
.service-list li:hover .mask .txt .line {
  top: -36px;
}
.service-list li:hover .mask .txt .content {
  opacity: 0;
  filter: alpha(opacity=0);
}

.service-show {
  font-size: 13px;
  color: #666;
  line-height: 24px;
  padding-bottom: 0;
}
.service-show .service-title {
  font-size: 26px;
  line-height: 1;
  text-align: center;
  color: #333;
}
.service-show .service-intro {
  margin-top: 40px;
  background: #F8F8F8;
  padding: 80px 0;
}
.service-show .service-intro .content {
  margin-top: 32px;
}
.service-show .service-intro .pic-list {
  margin-top: 35px;
}
.service-show .service-intro .pic-list li {
  width: 290px;
  height: 200px;
  position: relative;
  float: left;
}
.service-show .service-intro .pic-list li + li {
  margin-left: 13px;
}
.service-show .details-list {
  padding: 20px 0;
}
.service-show .details-list li {
  padding: 60px 0;
}
.service-show .details-list li .txt .title {
  font-size: 26px;
  color: #333;
  line-height: 1;
}
.service-show .details-list li .pic img {
  max-width: 100%;
}
.service-show .details-list .li01 .txt {
  float: left;
  width: 510px;
}
.service-show .details-list .li01 .txt .summary {
  margin-top: 20px;
}
.service-show .details-list .li01 .txt .ability-list {
  margin-top: 10px;
}
.service-show .details-list .li01 .txt .ability-list p {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.service-show .details-list .li01 .pic {
  max-width: 50%;
  float: right;
}
.service-show .details-list .li02 .txt {
  float: right;
  width: 740px;
}
.service-show .details-list .li02 .txt .cycle-list {
  margin-top: 20px;
}
.service-show .details-list .li02 .txt .cycle-list .cycle-title {
  color: #009244;
  font-weight: bold;
}
.service-show .details-list .li02 .txt .cycle-list .content {
  margin-top: 10px;
}
.service-show .details-list .li02 .txt .cycle-list .cycle01 {
  width: 450px;
  float: left;
}
.service-show .details-list .li02 .txt .cycle-list .cycle02 {
  width: 250px;
  float: right;
}
.service-show .details-list .li02 .pic {
  max-width: 360px;
  float: left;
}
.service-show .details-list .li03 .txt {
  width: 260px;
  padding-top: 50px;
  float: left;
}
.service-show .details-list .li03 .txt .design-step {
  margin-top: 20px;
}
.service-show .details-list .li03 .txt .design-step p {
  margin-bottom: 25px;
}
.service-show .details-list .li03 .txt .design-step p:before {
  content: '• ';
}
.service-show .details-list .li03 .pic {
  max-width: 830px;
  float: right;
}
.service-show .details-list li + li {
  border-top: 1px solid #E7E7E7;
}
.service-show .service-case {
  padding-top: 80px;
  padding-bottom: 100px;
  background: #F8F8F8;
}
.service-show .service-case .case-slick {
  margin: 40px -4px 0;
}
.service-show .service-case .case-slick .box {
  width: 290px;
  margin: 0 auto;
}
.service-show .service-case .case-slick .pic {
  width: 290px;
  height: 152px;
  position: relative;
  overflow: hidden;
}
.service-show .service-case .case-slick .pic img {
  transition: all 0.4s;
  transform: scale(1);
}
.service-show .service-case .case-slick .pic:hover img {
  transform: scale(1.2);
}
.service-show .service-case .case-slick .title {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service-show .service-case .case-slick .title:hover {
  color: #009244;
}
.service-show .service-case .slick-btn {
  text-align: center;
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.service-show .service-case .slick-btn:before {
  content: '';
  display: block;
  width: 535px;
  border-bottom: 1px solid #DEDEDE;
  position: absolute;
  left: 0;
  top: 15px;
}
.service-show .service-case .slick-btn:after {
  content: '';
  display: block;
  width: 535px;
  border-bottom: 1px solid #DEDEDE;
  position: absolute;
  right: 0;
  top: 15px;
}
.service-show .service-case .slick-btn span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  cursor: pointer;
  background-color: #BABABA;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: center ;
}
.service-show .service-case .slick-btn span:hover {
  background-color: #009244;
}
.service-show .service-case .slick-btn .prev {
  background-image: url("../../images/img/left01.png");
}
.service-show .service-case .slick-btn .next {
  background-image: url("../../images/img/right01.png");
}
.recruit-list {
  margin-top: 45px;
}
.recruit-list .recruit-title {
  font-size: 13px;
  color: #333;
  line-height: 40px;
  height: 40px;
}
.recruit-list .recruit-title span {
  float: left;
  text-align: center;
  overflow: hidden;
  height: 40px;
  padding: 0 10px;
}
.recruit-list .recruit-title .job {
  width: 350px;
}
.recruit-list .recruit-title .count {
  width: 203px;
}
.recruit-list .recruit-title .position {
  width: 215px;
}
.recruit-list .recruit-title .education {
  width: 215px;
}
.recruit-list .recruit-title .date {
  width: 215px;
}
.recruit-list .recruit-title span + span {
  border-left: 1px solid #EFEFEF;
}
.recruit-list .list-head {
  line-height: 30px;
  height: 30px;
  background: #009244;
  border-left: 1px solid #009244;
  border-right: 1px solid #009244;
  color: #fff;
  font-weight: bold;
}
.recruit-list .list-head span {
  height: 30px;
}
.recruit-list .recruit-box {
  border-left: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
.recruit-list .recruit-box .recruit-title {
  cursor: pointer;
}
.recruit-list .recruit-box .recruit-title.active,
.recruit-list .recruit-box .recruit-title:hover {
  background: #E8EEEB;
}
.recruit-list .recruit-box .recruit-title.active span,
.recruit-list .recruit-box .recruit-title:hover span {
  border-color: #fff;
}
.recruit-list .recruit-box .details {
  display: none;
  background: #F8F8F8;
  padding: 20px 30px;
  line-height: 33px;
  max-height: 337px;
  overflow-y: auto;
}
.recruit-list .recruit-box .details .request {
  font-weight: bold;
  color: #009244;
}
.recruit-list .recruit-box .details::-webkit-scrollbar-track {
  background-color: transparent;
  border: 1px solid #fff;
}
.recruit-list .recruit-box .details::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}
.recruit-list .recruit-box .details::-webkit-scrollbar-button {
  display: none;
}
.recruit-list .recruit-box .details::-webkit-scrollbar-thumb {
  background-color: #009244;
}
.about-txt {
  margin-top: 40px;
  color: #777;
  font-size: 13px;
  text-indent: 2em;
  line-height: 30px;
}
.about-video {
  width: 800px;
  height: 450px;
  margin: 40px auto 0;
}
.page {
  margin-top: 60px;
  width: 100%;
  text-align: center;
}
.page a:hover,
.page .cpb {
  color: #fff;
  background-color: #009244;
}
.page a {
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-size: 14px;
  background: #F0F0F0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0 4px;
}
.inside-tab {
  margin-top: 20px;
  text-align: center;
}
.inside-tab a {
  display: inline-block;
  min-width: 70px;
  line-height: 28px;
  border: 1px solid #009244;
  margin: 10px;
  border-radius: 3px;
  padding: 0 5px;
}
.inside-tab a.active,
.inside-tab a:hover {
  background: #009244;
  color: #fff;
}
.faq-list {
  margin-top: 40px;
  margin-left: -30px;
  margin-right: -30px;
}
.faq-list li {
  border-bottom: 1px solid #F1F1F1;
  transition: all 0.4s;
}
.faq-list li .question {
  cursor: pointer;
  padding-left: 30px;
  height: 55px;
  line-height: 55px;
  padding-right: 100px;
  position: relative;
  font-size: 16px;
}
.faq-list li .question .title {
  float: left;
  max-width: 1000px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.faq-list li .question .title:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  border-left: 5px solid #009244;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.faq-list li .question .date {
  float: right;
  color: #999;
}
.faq-list li .question .arrow {
  display: block;
  width: 18px;
  height: 9px;
  background: url("../../images/img/arrow01.png") no-repeat center;
  position: absolute;
  right: 30px;
  top: 23px;
}
.faq-list li .question .open {
  background: url("../../images/img/arrow02.png") no-repeat center !important;
}
.faq-list li .question:hover,
.faq-list li .question.active {
  background: #009244;
  color: #fff;
}
.faq-list li .question:hover .title:before,
.faq-list li .question.active .title:before {
  border-left-color: #fff ;
}
.faq-list li .question:hover .date,
.faq-list li .question.active .date {
  color: #fff;
}
.faq-list li .question:hover .arrow,
.faq-list li .question.active .arrow {
  background: url("../../images/img/arrow03.png") no-repeat center;
}
.faq-list li .answer {
  display: none;
  font-size: 13px;
  color: #666;
  line-height: 24px;
  padding: 35px 30px;
  background: #F8F8F8;
}
.feedback {
  margin-top: 45px;
}
.feedback input,
.feedback textarea {
  background: #fff;
  padding: 10px 10px;
  color: #333;
  vertical-align: middle;
  border: #D3D3D3 solid 1px;
  border-radius: 3px;
}
.feedback input:focus,
.feedback textarea:focus {
  border: #009244 solid 1px;
  box-shadow: 0 0 5px rgba(0, 87, 178, 0.69);
}
.feedback .div-01 {
  margin-bottom: 10px;
  clear: both;
}
.feedback .div-03 {
  margin-right: 21px;
  margin-bottom: 10px;
  float: left;
}
.feedback .div-last {
  margin-right: 0;
}
.feedback .verify {
  clear: both;
  float: left;
  overflow: hidden;
}
.feedback .verify input {
  float: left;
  margin-right: 10px;
}
.feedback .verify img {
  width: 120px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #DDDDDD;
  float: left;
}
.feedback .verify .a-01 {
  line-height: 40px;
  float: left;
  display: inline-block;
  margin-left: 10px;
  color: #999;
  text-decoration: underline;
}
.feedback .verify .a-01:hover {
  color: #009244;
}
.feedback input {
  width: 284px;
  height: 40px;
}
.feedback textarea {
  font-family: "Microsoft YaHei";
  width: 100%;
  min-height: 130px;
}
.feedback .btn {
  float: right;
  text-align: center;
  overflow: hidden;
}
.feedback .submit,
.feedback .reset {
  border-radius: 3px;
  display: inline-block;
  width: 120px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
  background: #009244;
}
.net-list {
  margin: 50px -25px 0;
}
.net-list li {
  float: left;
  width: 50%;
  padding: 0 25px;
}
.net-list li .txt {
  padding: 45px 0;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  margin-top: -1px;
}
.net-list li .txt .title {
  padding: 0 16px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
}
.net-list li .txt .title:before {
  content: '';
  display: block;
  border-left: 5px solid #009244;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.net-list li .txt .content {
  padding: 0 16px;
  margin-top: 20px;
  color: #666;
  font-size: 13px;
  line-height: 24px;
}
.culture-list {
  margin-top: 45px;
}
.culture-list li .pic {
  width: 570px;
  text-align: center;
}
.culture-list li .pic img {
  width: 100%;
}
.culture-list li .txt {
  width: 570px;
  padding-top: 10px;
  padding-right: 320px;
}
.culture-list li .txt .en {
  font-size: 50px;
  font-family: "Times New Roman";
  line-height: 54px;
}
.culture-list li .txt .title {
  font-size: 18px;
  font-weight: bold;
  color: #009244;
  margin-top: 15px;
}
.culture-list li .txt .content {
  font-size: 13px;
  color: #666;
  line-height: 24px;
  margin-top: 45px;
}
.culture-list li .txt .content:after {
  content: '';
  display: block;
  width: 30px;
  margin-top: 35px;
  border-bottom: 1px solid #CECECE;
}
.culture-list li .txt01 {
  background: url("../../images/img/culture-bg01.png") no-repeat 250px 68px;
}
.culture-list li .txt02 {
  background: url("../../images/img/culture-bg02.png") no-repeat 265px 32px;
}
.culture-list li .txt03 {
  background: url("../../images/img/culture-bg03.png") no-repeat 220px 62px;
}
.culture-list li .txt04 {
  background: url("../../images/img/culture-bg04.png") no-repeat 280px 56px;
}
.culture-list li + li {
  margin-top: 40px;
}
.news-box {
  padding-top: 0;
  padding-bottom: 100px;
}
.news-box .news-list li {
  border-bottom: 1px dashed #DEDEDE;
}
.news-box .news-list li a {
  display: block;
  padding: 40px 0;
  height: 210px;
}
.news-box .news-list li a .pic {
  float: left;
  width: 240px;
  height: 130px;
  position: relative;
}
.news-box .news-list li a .txt {
  width: 960px;
  float: left;
  padding-left: 30px;
  padding-right: 170px;
  position: relative;
}
.news-box .news-list li a .txt .date {
  line-height: 24px;
  color: #999;
}
.news-box .news-list li a .txt .date span {
  margin-right: 12px;
  text-decoration: underline;
}
.news-box .news-list li a .txt .title {
  transition: all 0.4s;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 10px;
}
.news-box .news-list li a .txt .content {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 20px;
}
.news-box .news-list li a .txt .arrow {
  position: absolute;
  width: 37px;
  height: 37px;
  border: 1px solid #CBCBCB;
  right: 0;
  top: 50%;
  margin-top: -19px;
  background: url("../../images/img/arrow05.png") no-repeat 0 0;
  transition: all 0.4s;
}
.news-box .news-list li a:hover .txt .title {
  color: #0095d3;
}
.news-box .news-list li a:hover .txt .arrow {
  border-color: #0095d3;
  background: #0095d3 url("../../images/img/arrow05.png") no-repeat 0 -37px;
}
.details-show {
  padding-top: 50px;
  padding-bottom: 100px;
}
.details-show .details-title {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
}
.details-show .details-source {
  font-size: 13px;
  color: #999;
  border-bottom: 1px dashed #BFBFBF;
  text-align: center;
  padding-bottom: 12px;
  margin-top: 30px;
}
.details-show .details-source .date {
  margin: 0 50px;
}
.details-show .neirong {
	clear: both;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 20px;
}
.details-show .details-content {
  line-height: 30px;
  font-size: 13px;
  color: #666;
  /*width: 38%;*/
 	width: 455px;
  float: left;
}
.details-show .details-content img {
  max-width: 100%;
}
.details-show .page-change {
  margin-top: 50px;
  border-top: 1px solid #EFEFEF;
  font-size: 13px;
}
.details-show .page-change .flip {
  float: left;
  width: 600px;
}
.details-show .page-change .flip p {
  margin-top: 18px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.details-show .page-change .flip p a:hover {
  color: #009244;
}
.details-show .page-change .return {
  float: right;
  margin-top: 18px;
  width: 142px;
  height: 38px;
  border-radius: 19px;
  background: #6A6A6A;
  line-height: 38px;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.details-show .page-change .return:hover {
  background: #009244;
}
.details-show .page-change .return:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url("../../images/img/icon16.png") no-repeat center;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.case-list {
  margin: 0 -4px;
}
.case-list li {
  float: left;
  margin-top: 45px;
  padding: 0 6px ;
}
.case-list li .pic {
  width: 290px;
  height: 152px;
  position: relative;
  overflow: hidden;
}
.case-list li .pic img {
  transition: all 0.4s;
  transform: scale(1);
}
.case-list li .pic:hover img {
  transform: scale(1.2);
}
.case-list li .title {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-list li .title:hover {
  color: #009244;
}
.contact-box {
  margin-top: 50px;
}
.contact-box .information {
  float: left;
  border: 1px solid #EFEFEF;
  background: #fafafa;
  width: 414px;
  height: 628px;
  padding: 35px 40px;
}
.contact-box .information .title {
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.contact-box .information .sub-title {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin-top: 5px;
}
.contact-box .information .detail-title {
  font-size: 18px;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
}
.contact-box .information .detail-content {
  color: #666;
  line-height: 20px;
  overflow: hidden;
  margin-top: 10px;
}
.contact-box .information .detail-content a {
  color: #666;
}
.contact-box .information .detail-content a:hover {
  color: #009244;
}
.contact-box .information .tel {
  padding-left: 48px;
  margin-top: 45px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EAEAEA;
  background: url("../../images/img/icon17.png") no-repeat left top;
}
.contact-box .information .tel .detail-content {
  height: 20px;
}
.contact-box .information .e-mail {
  padding-left: 48px;
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EAEAEA;
  background: url("../../images/img/icon18.png") no-repeat left top;
}
.contact-box .information .e-mail .detail-content {
  height: 20px;
}
.contact-box .information .add {
  padding-left: 48px;
  margin-top: 30px;
  background: url("../../images/img/icon19.png") no-repeat 2px top;
}
.contact-box .information .add .detail-content {
  max-height: 40px;
  margin-bottom: 22px;
}
.contact-box .contact-map {
  float: right;
  width: 766px;
  border: 1px solid #EFEFEF;
  height: 628px;
}
.contact-box .contact-map .BMapLabel {
  border-color: #ccc !important;
}
.history-list {
  margin-top: 50px;
}
.history-list li {
  min-height: 120px;
  position: relative;
  margin-bottom: 15px;
}
.history-list li:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url("../../images/img/icon20.png") no-repeat center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -7px;
}
.history-list li .line {
  width: 14px;
  height: 77px;
  background: url("../../images/img/icon21.png") repeat-y bottom center;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -7px;
}
.history-list li .year { 
  font-size: 40px;
  line-height: 1;
  width: 540px;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
}
.history-list li .content {
  position: absolute;
  width: 540px;
  line-height: 24px;
  font-size: 13px;
  color: #666;
  top: 135px;
}
.history-list .left {
  background: url("../../images/img/history-left.png") no-repeat left bottom;
}
.history-list .left .year,
.history-list .left .content {
  left: 0;
  text-align: right;
}
.history-list .right {
  background: url("../../images/img/history-right.png") no-repeat right bottom;
}
.history-list .right .year,
.history-list .right .content {
  right: 0;
  text-align: left;
}
.toolbar {
  position: fixed;
  right: 0px;
  bottom: 50px;
  z-index: 999999;
}
.toolbar .toolbar-item {
  display: block;
  width: 56px;
  height: 56px;
  margin-top: 1px;
  position: relative;
  transition: background-position 1s;
  background-position: 0 0;
}
.toolbar .toolbar-item .toolbar-layer {
  position: absolute;
  right: 50px;
  bottom: -9px;
  height: 197px;
  width: 170px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 95% 95%;
  transform: scale(0.01);
  transition: all 1s;
}
.toolbar .toolbar-item:hover {
  background-position: 0 -66px;
}
.toolbar .toolbar-item:hover .toolbar-layer {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}
.toolbar .toolbar-item-erweima {
  background: url("../../images/img/icon-ewm.png") no-repeat;
}
.toolbar .toolbar-item-erweima .toolbar-layer {
  background: url("../../images/img/ewm-bg.png") no-repeat;
}
.toolbar .toolbar-item-erweima .toolbar-layer .ewm {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 70px auto 0;
}
.toolbar .toolbar-item-qq {
  cursor: pointer;
  background: url("../../images/img/icon-qq.png") no-repeat;
}
.toolbar .toolbar-item-qq .toolbar-layer {
  background: url("../../images/img/qq-bg.png") no-repeat;
}
.toolbar .toolbar-item-qq .toolbar-layer a {
  display: block;
  height: 40px;
  width: 106px;
  margin: auto;
  background: url("../../images/img/qq.jpg") no-repeat left center;
  font-size: 14px;
  color: #0da27a;
  line-height: 40px;
  padding-left: 50px;
  margin-bottom: 20px;
}
.toolbar .toolbar-item-qq .toolbar-layer a.qq {
  margin-top: 76px;
}
.toolbar .toolbar-item-zhao {
  background: url("../../images/img/icon-recruit.png") no-repeat;
}
.toolbar .toolbar-item-ditu {
  background: url("../../images/img/icon-contact.png") no-repeat;
}
.toolbar .toolbar-item-top {
  background: url("../../images/img/icon-top.png") no-repeat;
}
.map {
  padding: 30px 50px;
}
.map img {
  margin-left: 20px;
}
.map dl {
  border: #d6dbe1 solid 1px;
  border-top: #009244 solid 2px;
  border-bottom: none;
  margin: 20px 0 20px 0;
  background: #fff;
}
.map dl dt {
  background: #fcfcfc;
  color: #0053a8;
  font-size: 16px;
  line-height: 40px;
  border-bottom: #d6dbe1 solid 1px;
  padding: 0 0 0 20px;
}
.map dl dt a:hover {
  color: #009244;
}
.map dl:hover {
  background: #f5f8fa;
}
.map dd {
  overflow: hidden;
  padding-top: 10px;
}
.map dd .first {
  padding: 10px 0 0 20px;
  clear: both;
  line-height: 30px;
}
.map dd .first a {
  color: #b87500;
  font-weight: bold;
}
.map dd .first a:hover {
  color: #764b00;
}
.map dd div {
  clear: both;
  overflow: hidden;
  line-height: 30px;
  border-bottom: #d6dbe1 solid 1px;
  padding: 0px 20px 10px 10px;
}
.map dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
}
.map dd div a:hover {
  background: #009244;
  color: #fff;
}

.search_mask {
	background: url("../../images/img/tm-bg.png") repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}

.search_mask .s_box {
	width: 350px;
	height: 136px;
	padding: 25px;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	position: absolute;
	margin-top: -68px;
	background: #fff
}

.search_mask .s_box .text1 {
	text-align: center;
	line-height: 24px;
	color: #666;
	font-size: 16px;
	font-style: normal
}

.search_mask .s_box #sure {
	width: 140px;
	height: 36px;
	display: block;
	margin: 20px auto 0;
	background: #009244;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	letter-spacing: 5px
}


.header .nav > li:hover .navv {
  display: block;
}
.header .nav > li .navv > li {
  position: relative;
}
.header .nav > li .navv > li .second {
  display: none;
  background: url("../../images/img/mask01.png");
  width: 100%;
  position: absolute;
  right: -100%;
  top: 0;
}
.header .nav > li .navv > li:hover .second {
  display: block;
}

/* 分页 */
#pages { padding:14px 0 10px; font-family:宋体 }
#pages a { display:inline-block; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px}
#pages a.a1 { background:url(../images/admin_img/pages.png) no-repeat 0 5px; width:56px; padding:0 }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#pages span { display:inline-block; height:22px; line-height:22px; background:#5a85b2; border:1px solid #5a85b2; color:#fff; text-align:center;padding:0 10px}
.page .noPage { display:inline-block; width:56px; height:22px; line-height:22px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }

.form-group {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.form-group::after {
  content: "";
  display: table;
  clear: both;
}

.form-group .left {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100px;
  padding-left: 15px;
  position: relative;
}

.form-group .left span {
  position: absolute;
  top: 5px;
  left: 0px;
}

.form-group .right {
  overflow: hidden;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-group .col {
  vertical-align: middle;
}

label {
  margin-bottom: .5rem;
  display: inline-block;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: .0625rem solid #ccc;
  margin-bottom: 0.5rem;
  border-radius: .25rem;
  overflow: hidden;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea.form-control {
  background-color: #fafafa;
}

#contactBusiness .form-control {
	background:#fafafa;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control.radius {
  border-radius: 5px;
}

.form-control:focus {
  border-color: #66afe9;
  outline: none;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #F3F3F3;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

.form-control-file, .form-control-range {
  display: block;
}

.form-control-label {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
}


.btn.radius {
  border-radius: .25rem;
}

.max-sm-size .btn {
  padding: 0.175rem 0.5rem;
  font-size: 12px;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-base {
  color: #fff;
  background-color: #555555;
  border-color: #555555;
}

.btn-base:hover {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #363636;
}

.btn-base:focus, .btn-base.focus {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #363636;
}

.btn-base:active, .btn-base.active {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #363636;
  background-image: none;
}

.btn-base:active:hover, .btn-base:active:focus, .btn-base:active.focus, .btn-base.active:hover, .btn-base.active:focus, .btn-base.active.focus {
  color: #fff;
  background-color: #2a2a2a;
  border-color: #151515;
}

.btn-base.disabled:focus, .btn-base.disabled.focus, .btn-base:disabled:focus, .btn-base:disabled.focus {
  background-color: #555555;
  border-color: #555555;
}

.btn-base.disabled:hover, .btn-base:disabled:hover {
  background-color: #555555;
  border-color: #555555;
}

.btn-gray {
  color: #555555;
  background-color: #d7d7d7;
  border-color: #bfbfbf;
}

.btn-gray:hover {
  color: #555555;
  background-color: #bebebe;
  border-color: #a0a0a0;
}

.btn-gray:focus, .btn-gray.focus {
  color: #555555;
  background-color: #bebebe;
  border-color: #a0a0a0;
}

.btn-gray:active, .btn-gray.active {
  color: #555555;
  background-color: #bebebe;
  border-color: #a0a0a0;
  background-image: none;
}

.btn-gray:active:hover, .btn-gray:active:focus, .btn-gray:active.focus, .btn-gray.active:hover, .btn-gray.active:focus, .btn-gray.active.focus {
  color: #555555;
  background-color: #acacac;
  border-color: #7f7f7f;
}

.btn-gray.disabled:focus, .btn-gray.disabled.focus, .btn-gray:disabled:focus, .btn-gray:disabled.focus {
  background-color: #d7d7d7;
  border-color: #bfbfbf;
}

.btn-gray.disabled:hover, .btn-gray:disabled:hover {
  background-color: #d7d7d7;
  border-color: #bfbfbf;
}

.btn-red {
  color: #fff;
  background-color: #e72e25;
  border-color: #e72e25;
}

.btn-red:hover {
  color: #fff;
  background-color: #c31e16;
  border-color: #ba1c15;
}

.btn-red:focus, .btn-red.focus {
  color: #fff;
  background-color: #c31e16;
  border-color: #ba1c15;
}

.btn-red:active, .btn-red.active {
  color: #fff;
  background-color: #c31e16;
  border-color: #ba1c15;
  background-image: none;
}

.btn-red:active:hover, .btn-red:active:focus, .btn-red:active.focus, .btn-red.active:hover, .btn-red.active:focus, .btn-red.active.focus {
  color: #fff;
  background-color: #a31912;
  border-color: #7f130e;
}

.btn-red.disabled:focus, .btn-red.disabled.focus, .btn-red:disabled:focus, .btn-red:disabled.focus {
  background-color: #e72e25;
  border-color: #e72e25;
}

.btn-red.disabled:hover, .btn-red:disabled:hover {
  background-color: #e72e25;
  border-color: #e72e25;
}

.btn-link {
  font-weight: normal;
  color: #818a91;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
  background-color: transparent;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #121314;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
  color: #818a91;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 2.5rem;
  font-size: 1rem;
  line-height: 1.33333;
}